home *** CD-ROM | disk | FTP | other *** search
- /* Alchemy script
- 100
- 1
- 5
- */
-
- options results
- parse ARG Port x1 y1 x2 y2 type b
- ADDRESS value Port
-
- type=type+1
- pp_GetPenType
- PType=result
-
- pp_ClosestColor 0 0 0
- Black=result
-
- pp_AvoidRefresh
- pp_Progresstext 'Neon'
-
- pp_UpdateUndoBox x1-1 y1-1 x2+1 y2+1
-
- pp_ComposeReqOff
- pp_Compose 0 100 0
- tot=6
-
- pp_EffectOn
-
- pp_Progress 1 tot
- pp_ConvInit 0 1 0
- C=-1
- pp_Conv 0 0 0 0 0 0
- pp_Conv 1 0 0 0 0 0
- pp_Conv 2 0 0 1 0 0
- pp_Conv 3 0 0 0 C 0
- pp_Conv 4 0 0 0 0 0
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 2 tot
- pp_PicttoSpare
-
- pp_Progress 3 tot
- pp_Maximum type
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 4 tot
- pp_GaussianBlur 5
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 5 tot
- pp_Spare
- pp_Compose 1 100 0
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 6 tot
- pp_EffectOff
- pp_COmpose 0 100 0
- pp_Progress 3 tot
- pp_ComposeReqOn
-
- pp_PermitRefresh
- pp_ProgressClr
-
- Exit
-